set the version of babl to 0.0.7
authorØyvind Kolås <ok@src.gnome.org>
Mon, 16 Oct 2006 23:42:46 +0000 (23:42 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Mon, 16 Oct 2006 23:42:46 +0000 (23:42 +0000)
* configure.ac: set the version of babl to 0.0.7

ChangeLog
configure.ac

index c4dd96d16dc4764edd1de76f9ec82c5a86d21efe..dee3b19c43ff7fd98f5980ebf937f8bf0caa2ab7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-31  Øyvind Kolås  <pippin@gimp.org>
+
+       * configure.ac: set the version of babl to 0.0.7
+
 2006-08-31  Øyvind Kolås  <pippin@gimp.org>
 
        * configure.ac: set the version of babl to 0.0.6
index 6a92017c2f7cb9eaaedb07b22a9b16ed9928dc93..96aada1fd32290efe7639d54cfeb5a6b7fce1304 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], 0)
 m4_define([babl_minor_version], 0)
-m4_define([babl_micro_version], 6)
+m4_define([babl_micro_version], 7)
 
 AC_INIT(babl, babl_major_version.babl_minor_version.babl_micro_version)
 AC_CONFIG_SRCDIR(babl/babl.h)